home *** CD-ROM | disk | FTP | other *** search
- object fPrintdoc: TfPrintdoc
- Left = 238
- Top = 107
- BorderStyle = bsSingle
- Caption = 'Print Document'
- ClientHeight = 135
- ClientWidth = 304
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Button1: TButton
- Left = 9
- Top = 86
- Width = 112
- Height = 23
- Caption = 'Print'
- Default = True
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 183
- Top = 86
- Width = 112
- Height = 23
- Caption = 'Close'
- TabOrder = 1
- OnClick = Button2Click
- end
- object StatusBar1: TStatusBar
- Left = 0
- Top = 116
- Width = 304
- Height = 19
- Panels = <
- item
- Width = 50
- end>
- SimplePanel = False
- end
- object GroupBox2: TGroupBox
- Left = 9
- Top = 9
- Width = 287
- Height = 70
- Caption = 'Options'
- TabOrder = 3
- object CheckBox1: TCheckBox
- Left = 9
- Top = 22
- Width = 269
- Height = 18
- Caption = 'Use Syntax Highlighting and print in color'
- TabOrder = 0
- end
- object CheckBox3: TCheckBox
- Left = 9
- Top = 42
- Width = 191
- Height = 17
- Caption = 'Print Linenumbers'
- TabOrder = 1
- end
- end
- object dlgFilePrint: TPrintDialog
- Left = 257
- Top = 23
- end
- object ActionList1: TActionList
- Left = 234
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- end
-